LINALG
Source Files
Modules
Procedures
Derived Types
transpose
Interface
3 statements
Source File
linalg_sparse.f90
linalg_sparse
transpose
Contents
Module Procedures
csr_transpose
public interface transpose
Module Procedures
private module function csr_transpose(a) result(rst)
Transposes a CSR matrix.
Arguments
Type
Intent
Optional
Attributes
Name
class(
csr_matrix
),
intent(in)
::
a
The CSR matrix.
Return Value
type(
csr_matrix
)
The transposed CSR matrix.